object NetVPingForm: TNetVPingForm Left = 222 Top = 106 BorderIcons = [biSystemMenu, biMinimize] BorderStyle = bsSingle Caption = 'Ping' ClientHeight = 361 ClientWidth = 321 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Icon.Data = {} KeyPreview = True OldCreateOrder = False Position = poMainFormCenter Visible = True OnClose = FormClose OnCreate = FormCreate OnDestroy = FormDestroy PixelsPerInch = 96 TextHeight = 13 object Label4: TLabel Left = 8 Top = 142 Width = 57 Height = 13 Caption = 'Ping &results:' FocusControl = Memo end object btnStart: TButton Left = 156 Top = 328 Width = 75 Height = 25 Caption = '&Start' Default = True TabOrder = 0 OnClick = btnStartClick end object btnCancel: TButton Left = 239 Top = 328 Width = 75 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 1 OnClick = btnCancelClick end object GroupBox: TGroupBox Left = 8 Top = 4 Width = 305 Height = 136 Caption = 'Ping options:' TabOrder = 2 object Label1: TLabel Left = 9 Top = 19 Width = 113 Height = 13 Caption = 'Send &buffer size (bytes):' FocusControl = edtBytes end object Label2: TLabel Left = 9 Top = 51 Width = 160 Height = 13 Caption = 'Number of &echo requests to send:' FocusControl = edtNumber end object Label3: TLabel Left = 9 Top = 82 Width = 164 Height = 13 Caption = '&Timeout to wait for each reply (ms):' FocusControl = edtTimeout end object edtBytes: TMaskEdit Left = 218 Top = 18 Width = 75 Height = 21 EditMask = '99999;1; ' MaxLength = 5 TabOrder = 0 Text = '32 ' end object edtNumber: TMaskEdit Left = 218 Top = 50 Width = 75 Height = 21 EditMask = '99;1; ' MaxLength = 2 TabOrder = 1 Text = '4 ' end object edtTimeout: TMaskEdit Left = 218 Top = 81 Width = 75 Height = 21 EditMask = '99999;1; ' MaxLength = 5 TabOrder = 2 Text = '1000 ' end object CheckBoxFragment: TCheckBox Left = 9 Top = 114 Width = 184 Height = 13 Caption = 'Set don'#39't &fragment flag in packet' Checked = True State = cbChecked TabOrder = 3 end end object Memo: TMemo Left = 8 Top = 157 Width = 305 Height = 162 Color = clBtnFace ReadOnly = True ScrollBars = ssBoth TabOrder = 3 WordWrap = False end end